Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(BKR-1094) Deprecate vcloud's silent fallback to vmpooler #5

Merged
merged 4 commits into from
Jun 27, 2018

Conversation

Dakta
Copy link
Contributor

@Dakta Dakta commented Jun 15, 2018

Deprecates an historical convenience option to allow vmpooler hosts to be accessed transparently using vcloud.

Deprecates an historical convenience option to allow vmpooler hosts to be accessed transparently using vcloud.
@Dakta
Copy link
Contributor Author

Dakta commented Jun 18, 2018

Per discussion, this is "Do Not Merge" pending change to notify of deprecation (and continue old functionality of loading vmpooler) when option datacenter is not present; when present, should load vcloud hypervisor normally.

@Dakta
Copy link
Contributor Author

Dakta commented Jun 18, 2018

Jenkins, retest this please.

1 similar comment
@Dakta
Copy link
Contributor Author

Dakta commented Jun 18, 2018

Jenkins, retest this please.

@Dakta Dakta requested a review from kevpl June 18, 2018 22:45
kevpl
kevpl previously requested changes Jun 20, 2018
Copy link
Contributor

@kevpl kevpl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once these small whitespace issues are resolved, then we'll be able to push this through

Beaker::Vmpooler.new(vcloud_hosts, options)
else
super
end
end


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line is unnecessary

allow_any_instance_of( Beaker::Vmpooler ).to \
receive(:load_credentials).and_return(fog_file_contents)
expect( opts[:logger] ).to receive(:warn).once
Beaker::Vcloud.new( make_hosts, opts)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please pick a consistent spacing style for this PR and spread it out for the entire PR. In this test method I'm seeing these different styles, sometimes on the same line:

method( option )
method(option)
method( option)

@kevpl kevpl merged commit 7ed62fc into voxpupuli:master Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants