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

replaced opensds to soda #1329

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akhilsahuji
Copy link

What type of PR is this

/kind cleanup

What this PR does / why we need it:
This PR replaces opensds with soda. We need it because soda is the new name of the project and opensds I old name so it creates confusion.

Which issue(s) this PR fixes:
Fixes #1165

@PravinRanjan10
Copy link
Collaborator

PravinRanjan10 commented Apr 2, 2022

Please add the test report and screen shot of testing. As, after modification, multi-cloud is working as expected.
few things to be tested atleast:

  1. Installation is working
  2. Basic functionality should be working

@akhilsahuji
Copy link
Author

Thanks for pointers.I will add the screenshots .

@@ -30,28 +30,28 @@ prebuild:
mkdir -p $(BUILD_DIR)

api: prebuild
CGO_ENABLED=0 GOOS=linux go build -ldflags '-w -s -extldflags "-static"' -o $(BUILD_DIR)/api github.com/opensds/multi-cloud/api/cmd
CGO_ENABLED=0 GOOS=linux go build -ldflags '-w -s -extldflags "-static"' -o $(BUILD_DIR)/api github.com/soda/multi-cloud/api/cmd

Choose a reason for hiding this comment

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

Why we are not making full changes as per current repo and org name.
Replace opensds/multi-cloud with sodafoundation/strato

@@ -1,4 +1,4 @@
# Copyright 2019 The OpenSDS Authors.
# Copyright 2019 The soda Authors.

Choose a reason for hiding this comment

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

Should be SODA, Thanks

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.

rename from opensds->soda
3 participants