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

Implement backup/restore to Azure blob storage #944

Merged
merged 7 commits into from
May 6, 2017
Merged

Conversation

mrbrowning
Copy link
Contributor

No description provided.

upload-azure:
goal: FINISHED
cmd: >
az login -u $CLIENT_ID --service-principal --tenant $TENANT_ID -p $CLIENT_SECRET
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm sure this is correct, but I'll still ask. Does --service-principal takes an argument like other flags in this command ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, it's just a boolean flag that tells the Azure CLI client what type of principal the argument to -u is. Seems to work as exercised by the integration test :)

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@mohitsoni mohitsoni left a comment

Choose a reason for hiding this comment

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

LGTM

@mrbrowning
Copy link
Contributor Author

@mesosphere-ci retest this please

2 similar comments
@mohitsoni
Copy link
Contributor

@mesosphere-ci retest this please

@mrbrowning
Copy link
Contributor Author

@mesosphere-ci retest this please

@mrbrowning
Copy link
Contributor Author

Cluster launch is failing.

@mrbrowning mrbrowning merged commit bc879a6 into master May 6, 2017
@mrbrowning mrbrowning deleted the mrb/azure-backups branch May 6, 2017 01:17
@jsrodman
Copy link
Contributor

jsrodman commented May 6, 2017

@mrbrowning
Copy link
Contributor Author

Looks like I failed to add the relevant secrets for Azure access, fixed and rerunning now.

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.

3 participants