Skip to content

Commit

Permalink
CLOUD-65515 new Azure connector
Browse files Browse the repository at this point in the history
  • Loading branch information
pdarvasi authored and Erdős Péter committed Feb 23, 2017
1 parent 5256d49 commit beb1a2b
Show file tree
Hide file tree
Showing 139 changed files with 1,963 additions and 3,060 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -18,8 +18,9 @@ out/
curl_config_admin_user
*.suml
startit.sh
integrationtest/build/
integrationtest/test-output/
integration-test/integcb/*.log
integration-test/build/
integration-test/test-output/
owners_log/
stacks_log/
suites_log/
Expand Down
Expand Up @@ -3,6 +3,7 @@
import java.util.Map;

import com.sequenceiq.cloudbreak.cloud.context.AuthenticatedContext;
import com.sequenceiq.cloudbreak.cloud.context.CloudContext;
import com.sequenceiq.cloudbreak.cloud.credential.CredentialNotifier;
import com.sequenceiq.cloudbreak.cloud.model.CloudCredentialStatus;
import com.sequenceiq.cloudbreak.cloud.model.ExtendedCloudCredential;
Expand Down Expand Up @@ -35,7 +36,7 @@ public interface CredentialConnector {
*
* @return parameters for interactive login
*/
Map<String, String> interactiveLogin(AuthenticatedContext authenticatedContext, ExtendedCloudCredential extendedCloudCredential,
Map<String, String> interactiveLogin(CloudContext cloudContext, ExtendedCloudCredential extendedCloudCredential,
CredentialNotifier credentialNotifier);

/**
Expand Down
Expand Up @@ -36,4 +36,11 @@ public String getUserData(InstanceGroupType key) {
public Map<InstanceGroupType, String> getUserdata() {
return userdata;
}

@Override
public String toString() {
return "Image{"
+ "imageName='" + imageName + '\''
+ ", userdata=" + userdata + '}';
}
}
49 changes: 0 additions & 49 deletions cloud-arm/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit beb1a2b

Please sign in to comment.