-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from anandp504/release-5.1.0
Issue #OB-27 feat: One click installation in local mode
- Loading branch information
Showing
92 changed files
with
17,560 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Local .terraform directories | ||
**/.terraform/* | ||
|
||
# .tfstate files | ||
*.tfstate | ||
*.tfstate.* | ||
*.terraform.lock.hcl | ||
|
||
# Crash log files | ||
crash.log | ||
crash.*.log | ||
|
||
# Exclude all .tfvars files, which are likely to contain sensitive data, such as | ||
# password, private keys, and other secrets. These should not be part of version | ||
# control as they are data points which are potentially sensitive and subject | ||
# to change depending on the environment. | ||
*.tfvars | ||
*.tfvars.json | ||
|
||
# Ignore override files as they are usually used to override resources locally and so | ||
# are not checked in | ||
override.tf | ||
override.tf.json | ||
*_override.tf | ||
*_override.tf.json | ||
|
||
# Include override files you do wish to add to version control using negated pattern | ||
# !example_override.tf | ||
|
||
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan | ||
# example: *tfplan* | ||
|
||
# Ignore CLI configuration files | ||
.terraformrc | ||
terraform.rc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
# sunbird-infra-provision | ||
# sunbird-infra-provision | ||
|
||
Infra provision on Azure | ||
|
||
Pre-requisites: | ||
Install azure cli(az) tool on local machine and login to azure account with "az login" command. | ||
Create a azure service account to be used for the infra provision. | ||
Copy the ingestion spec to any folder and share the path in variables | ||
Replace the default values in infra-provision/azure/vars.tf . | ||
|
||
Steps: | ||
Run create shell script and provide option input as "azure" . | ||
|
||
|
||
Destroy infra on Azure | ||
Steps: | ||
Run destroy shell script with option as "azure" . | ||
|
||
|
||
Infra provision on local | ||
|
||
Pre-requisites: | ||
For local provision, kind provider is used to provision the cluster. | ||
Steps: | ||
Run shell script and provide option as "local" | ||
|
||
Destroy infra on local | ||
Steps: | ||
Run destroy shell script and provide option as "local" . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: druid-cluster | ||
version: 0.1.0 | ||
appVersion: 0.21.1 | ||
description: Helm chart to deploy a druid cluster on Kubernetes | ||
keywords: | ||
- druid | ||
- zookeeper | ||
- postgres | ||
maintainers: | ||
- name: druid-operator-maintainers | ||
sources: | ||
- https://github.com/druid-io/druid-operator | ||
engine: gotpl | ||
home: https://github.com/druid-io/druid-operator | ||
dependencies: | ||
- name: zookeeper | ||
version: 10.0.0 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: zookeeper.enabled |
Binary file not shown.
Oops, something went wrong.