Skip to content

Instantly share code, notes, and snippets.

@allomov-altoros
Created August 4, 2015 13:43
Show Gist options
  • Save allomov-altoros/3fe9bff7c978c908a9ec to your computer and use it in GitHub Desktop.
Save allomov-altoros/3fe9bff7c978c908a9ec to your computer and use it in GitHub Desktop.
Pending:
network configuration when using manual networking changes static IP address
# not using manual networking
# ./spec/system/network_configuration_spec.rb:76
network configuration when using manual networking deploys multiple manual networks
# not using manual networking
# ./spec/system/network_configuration_spec.rb:89
with release and stemcell and two deployments first deployment should do two deployments from one release
# This fails on OpenStack because use_static_ip only sets the floating IP but doesn't prevent collision
# ./spec/system/with_release_stemcell_spec.rb:112
with release and stemcell and two deployments first deployment should deploy using a static network
# doesn't work on OpenStack as the VIP IP isn't visible to the VM
# ./spec/system/with_release_stemcell_spec.rb:139
with release and stemcell and two deployments first deployment second deployment should rename a job
# Temporarily skipped with xit
# ./spec/system/with_release_stemcell_spec.rb:166
Failures:
1) network configuration resolving DNS entries forward looks up instance
Failure/Error: address = dns.getaddress("0.batlight.static.bat.#{bosh_tld}").to_s
Resolv::ResolvError:
DNS result has no information for 0.batlight.static.bat.bosh
# ./spec/system/network_configuration_spec.rb:26:in `block (3 levels) in <top (required)>'
2) network configuration resolving DNS entries reverse looks up instance
Failure/Error: name = dns.getname(public_ip).to_s
Resolv::ResolvError:
DNS result has no information for 140.211.168.180
# ./spec/system/network_configuration_spec.rb:31:in `block (3 levels) in <top (required)>'
3) network configuration resolving DNS entries resolves instance names from deployed VM
Failure/Error: expect(ssh(public_ip, 'vcap', cmd, ssh_options)).to include(public_ip)
expected "" to include "140.211.168.180"
# ./spec/system/network_configuration_spec.rb:43:in `block (3 levels) in <top (required)>'
4) network configuration changing instance DNS (exercises configure_networks CPI method) successfully reconfigures VM with new DNS nameservers
Failure/Error: expect(bosh('deploy')).to succeed
Bosh::Exec::Error:
command 'bundle exec bosh --non-interactive -P 1 --config /tmp/bosh_config20150804-23158-131qyvl --user admin --password admin deploy 2>&1' failed with exit code 1
# /home/ubuntu/github/bosh/bosh_common/lib/common/exec.rb:62:in `sh'
# ./lib/bat/bosh_runner.rb:24:in `bosh'
# ./lib/bat/bosh_helper.rb:14:in `bosh'
# ./spec/system/network_configuration_spec.rb:66:in `block (3 levels) in <top (required)>'
Finished in 44 minutes 8 seconds (files took 0.80565 seconds to load)
84 examples, 4 failures, 5 pending
Failed examples:
rspec ./spec/system/network_configuration_spec.rb:25 # network configuration resolving DNS entries forward looks up instance
rspec ./spec/system/network_configuration_spec.rb:30 # network configuration resolving DNS entries reverse looks up instance
rspec ./spec/system/network_configuration_spec.rb:35 # network configuration resolving DNS entries resolves instance names from deployed VM
rspec ./spec/system/network_configuration_spec.rb:64 # network configuration changing instance DNS (exercises configure_networks CPI method) successfully reconfigures VM with new DNS nameservers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment