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

Rename OpenSDS to SODA #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## 1. Purpose

A primary goal of OpenSDS is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
A primary goal of SODA is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).

This code of conduct outlines our expectations for all those who participate in our community, as well as the consequences for unacceptable behavior.

We invite all those who participate in OpenSDS to help us create safe and positive experiences for everyone.
We invite all those who participate in SODA to help us create safe and positive experiences for everyone.

## 2. Open Source Citizenship

Expand Down Expand Up @@ -61,7 +61,7 @@ Additionally, community organizers are available to help community members engag

## 7. Addressing Grievances

If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify OpenSDS with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.
If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify SODA with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.

[Policy](https://github.com/opensds/opensds/blob/master/LICENSE)

Expand Down
4 changes: 2 additions & 2 deletions COMMUNITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenSDS Technical Meeting
# SODA Technical Meeting

Global community meeting for technical topics covering all engineering topics (Requirements, Design/Architecture, Issues, Releases, Status, Plan and Events)

Expand All @@ -7,7 +7,7 @@ Meeting Time and Details can be found at : http://bit.ly/opensdstechmeeting

## Organizers

- [Sanil Kumar D](https://github.com/skdwriting), OpenSDS
- [Sanil Kumar D](https://github.com/skdwriting), SODA

## Contact

Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenSDS
# SODA

[![Go Report Card](https://goreportcard.com/badge/github.com/opensds/opensds?branch=master)](https://goreportcard.com/report/github.com/opensds/opensds)
[![Build Status](https://travis-ci.org/opensds/opensds.svg?branch=master)](https://travis-ci.org/opensds/opensds)
Expand All @@ -8,7 +8,7 @@

## How to contribute

opensds is Apache 2.0 licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on commit message formatting, contact points for developers and other resources to make getting your contribution into opensds easier.
SODA is Apache 2.0 licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on commit message formatting, contact points for developers and other resources to make getting your contribution into SODA easier.

## Email and chat

Expand All @@ -30,17 +30,17 @@ For those who just get in touch with this project recently, here is a proposed c

### Code style

The coding style suggested by the Golang community is used in opensds. See the [doc](https://github.com/golang/go/wiki/CodeReviewComments) for more details.
The coding style suggested by the Golang community is used in SODA. See the [doc](https://github.com/golang/go/wiki/CodeReviewComments) for more details.

Please follow this style to make opensds easy to review, maintain and develop.
Please follow this style to make SODA easy to review, maintain and develop.

### Report issues

A great way to contribute to the project is to send a detailed report when you encounter an issue. We always appreciate a well-written, thorough bug report, and will thank you for it!

When reporting issues, refer to this format:

- What version of env (opensds, os, golang etc) are you using?
- What version of env (SODA, os, golang etc) are you using?
- Is this a BUG REPORT or FEATURE REQUEST?
- What happened?
- What you expected to happen?
Expand Down
2 changes: 1 addition & 1 deletion cmd/osdsdock/Autobuildfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker build usage:
# docker build . -t sodafoundation/dock:latest
# Docker run usage:
# docker run -d --privileged=true --net=host -v /etc/opensds:/etc/opensds sodafoundation/dock:latest
# docker run -d --privileged=true --net=host -v /etc/SODA:/etc/SODA sodafoundation/dock:latest
FROM ubuntu:16.04

MAINTAINER Leon Wang <wanghui71leon@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion cmd/osdsdock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker build usage:
# docker build . -t sodafoundation/dock:latest
# Docker run usage:
# docker run -d --privileged=true --net=host -v /etc/opensds:/etc/opensds sodafoundation/dock:latest
# docker run -d --privileged=true --net=host -v /etc/SODA:/etc/SODA sodafoundation/dock:latest

FROM ubuntu:16.04

Expand Down
2 changes: 1 addition & 1 deletion cmd/osdsdock/hooks/pre_build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2019 The OpenSDS Authors.
# Copyright 2019 The SODA Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
7 changes: 4 additions & 3 deletions cmd/osdsdock/osdsdock.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 The OpenSDS Authors.
// Copyright 2019 The SODA Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -13,14 +13,15 @@
// limitations under the License.

/*
This module implements a entry into the OpenSDS REST service.
This module implements a entry into the SODA REST service.

*/

package main

import (
"flag"

"github.com/sodafoundation/dock/pkg/dock"
"github.com/sodafoundation/dock/pkg/model"
"github.com/sodafoundation/dock/pkg/utils/constants"
Expand All @@ -46,7 +47,7 @@ func init() {
}

func main() {
// Open OpenSDS dock service log file.
// Open SODA dock service log file.
logs.InitLogs(CONF.OsdsDock.LogFlushFrequency)
defer logs.FlushLogs()

Expand Down
2 changes: 1 addition & 1 deletion examples/driver/ceph.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 The OpenSDS Authors.
# Copyright 2018 The SODA Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion examples/driver/cinder.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 The OpenSDS Authors.
# Copyright 2018 The SODA Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion install/CI/coverage
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2019 The OpenSDS Authors.
# Copyright 2019 The SODA Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions install/CI/test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2019 The OpenSDS Authors.
# Copyright 2019 The SODA Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
set -o errexit
# Keep track of the script directory
TOP_DIR=$(cd $(dirname "$0") && pwd)
# OpenSDS Root directory
# SODA Root directory
OPENSDS_DIR=$(cd $TOP_DIR/../.. && pwd)

split_line(){
Expand Down
2 changes: 1 addition & 1 deletion testutils/auto_generate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2018 The OpenSDS Authors.
# Copyright 2018 The SODA Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
6 changes: 2 additions & 4 deletions testutils/collection/data.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017 The OpenSDS Authors.
// Copyright 2017 The SODA Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -430,7 +430,7 @@ var (
Description: "This is the first sample snapshot for testing",
Size: int64(1),
Status: "available",
VolumeId: "bd5b12a8-a101-11e7-941e-d77981b584d8", },
VolumeId: "bd5b12a8-a101-11e7-941e-d77981b584d8"},
{
BaseModel: &model.BaseModel{
Id: "3bfaf2cc-a102-11e7-8ecb-63aea739d755",
Expand Down Expand Up @@ -547,7 +547,6 @@ var (
// For how to ultilize these pre-assigned variables, please refer to
// (github.com/sodafoundation/dock/client/dock_test.go).
var (

ByteDock = `{
"id": "b7602e18-771e-11e7-8f38-dbd6d291f4e0",
"name": "sample",
Expand Down Expand Up @@ -959,7 +958,6 @@ var (
// For how to ultilize these pre-assigned variables, please refer to
// (github.com/sodafoundation/dock/pkg/db/drivers/etcd/etcd_test.go).
var (

StringSliceDocks = []string{
`{
"id": "b7602e18-771e-11e7-8f38-dbd6d291f4e0",
Expand Down
4 changes: 2 additions & 2 deletions testutils/db/fake.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017 The OpenSDS Authors.
// Copyright 2017 The SODA Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -215,7 +215,7 @@ func (fc *FakeDbClient) ListDocks(ctx *c.Context) ([]*model.DockSpec, error) {
return dcks, nil
}

//ListAvailabilityZones
// ListAvailabilityZones
func (fc *FakeDbClient) ListAvailabilityZones(ctx *c.Context) ([]string, error) {
var azs []string
for i := range SamplePools {
Expand Down
4 changes: 2 additions & 2 deletions testutils/driver/replication_sample.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 The OpenSDS Authors.
// Copyright 2018 The SODA Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -13,7 +13,7 @@
// limitations under the License.

/*
This module implements a sample driver for OpenSDS. This driver will handle all
This module implements a sample driver for SODA. This driver will handle all
operations of volume and return a fake value.

*/
Expand Down