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

VX-165 DEV: Initial the helm charts for vortex project #88

Merged
merged 3 commits into from
Jul 13, 2018
Merged

Conversation

WakeupTsai
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Jul 12, 2018

Codecov Report

Merging #88 into develop will decrease coverage by 1.27%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #88      +/-   ##
===========================================
- Coverage    71.05%   69.77%   -1.28%     
===========================================
  Files           32       33       +1     
  Lines         1247     1446     +199     
===========================================
+ Hits           886     1009     +123     
- Misses         307      371      +64     
- Partials        54       66      +12
Impacted Files Coverage Δ
src/networkcontroller/network_controller.go 46.95% <0%> (-3.68%) ⬇️
src/networkprovider/fake.go 100% <0%> (ø) ⬆️
src/server/handler_prometheus.go 0% <0%> (ø) ⬆️
src/networkprovider/ovs.go 75.86% <0%> (ø)
src/server/handler_network.go 86.89% <0%> (+2.96%) ⬆️
src/networkprovider/ovs_netdev.go 79.77% <0%> (+10.54%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed661fd...17c7214. Read the comment docs.

@WakeupTsai
Copy link
Contributor Author

tree helm

helm
├── apps
│   ├── network-controller
│   │   ├── Chart.yaml
│   │   ├── templates
│   │   │   ├── tcp-daemonset.yaml
│   │   │   └── unix-daemonset.yaml
│   │   └── values.yaml
│   ├── prometheus
│   │   ├── Chart.yaml
│   │   ├── charts
│   │   │   ├── cadvisor
│   │   │   │   ├── Chart.yaml
│   │   │   │   ├── templates
│   │   │   │   │   └── cadvisor.yaml
│   │   │   │   └── values.yaml
│   │   │   ├── kube-state-metrics
│   │   │   │   ├── Chart.yaml
│   │   │   │   ├── templates
│   │   │   │   │   ├── kube-state-metrics-cluster-role-binding.yaml
│   │   │   │   │   ├── kube-state-metrics-cluster-role.yaml
│   │   │   │   │   ├── kube-state-metrics-deployment.yaml
│   │   │   │   │   └── kube-state-metrics-service.yaml
│   │   │   │   └── values.yaml
│   │   │   └── node-exporter
│   │   │   ├── Chart.yaml
│   │   │   ├── templates
│   │   │   │   └── node-exporter.yaml
│   │   │   └── values.yaml
│   │   ├── templates
│   │   │   ├── namespace.yaml
│   │   │   ├── prometheus-config.yaml
│   │   │   ├── prometheus-deployment.yaml
│   │   │   └── prometheus-svc.yaml
│   │   └── values.yaml
│   └── vortex-server
│   ├── Chart.yaml
│   ├── charts
│   │   ├── auth-0.1.0.tgz
│   │   └── mongodb-0.1.0.tgz
│   ├── requirements.lock
│   ├── requirements.yaml
│   ├── templates
│   │   ├── _helpers.tpl
│   │   ├── deployment.yaml
│   │   └── service.yaml
│   └── values.yaml
└── foundation
├── auth
│   ├── Chart.yaml
│   └── templates
│   ├── clusterrole.yaml
│   ├── clusterrolebinding.yaml
│   └── nfs-provisioner.yaml
└── mongodb
├── Chart.yaml
├── charts
│   ├── hostpath
│   │   ├── Chart.yaml
│   │   ├── templates
│   │   │   └── manual.yaml
│   │   └── values.yaml
│   └── hostpath-0.1.0.tgz
├── requirements.lock
├── requirements.yaml
├── templates
│   ├── service.yaml
│   └── statefulset.yaml
└── values.yaml

23 directories, 45 files

Copy link
Contributor

@hwchiu hwchiu left a comment

Choose a reason for hiding this comment

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

LGTM

@WakeupTsai WakeupTsai changed the title DEV: Initial the helm charts for vortex project VX165 DEV: Initial the helm charts for vortex project Jul 13, 2018
@hwchiu
Copy link
Contributor

hwchiu commented Jul 13, 2018

Can you also install the helm binary in the vagrant and modify the README.md to indicate how to use ?

Thanks.

@WakeupTsai
Copy link
Contributor Author

@hwchiu I think that should open another task. Because helm needs kubernetes, and we don't have it for now.

@WakeupTsai WakeupTsai changed the title VX165 DEV: Initial the helm charts for vortex project VX-165 DEV: Initial the helm charts for vortex project Jul 13, 2018
@hwchiu hwchiu merged commit b4dd212 into develop Jul 13, 2018
@hwchiu hwchiu deleted the phstsai/helm branch July 13, 2018 09:27
John-Lin pushed a commit that referenced this pull request Jul 25, 2018
VX-165 DEV: Initial the helm charts for vortex project

Former-commit-id: 806591a13e1c8535da3db3d15dc749ed33e7dbe7 [formerly b4dd212]
Former-commit-id: a04d6fd2f0a4a219b60d7807438a265dd29c8347
John-Lin pushed a commit that referenced this pull request Jul 25, 2018
VX-165 DEV: Initial the helm charts for vortex project

Former-commit-id: 806591a13e1c8535da3db3d15dc749ed33e7dbe7 [formerly 806591a13e1c8535da3db3d15dc749ed33e7dbe7 [formerly b4dd212]]
Former-commit-id: a04d6fd2f0a4a219b60d7807438a265dd29c8347
Former-commit-id: d151ee2
John-Lin pushed a commit that referenced this pull request Jul 25, 2018
VX-165 DEV: Initial the helm charts for vortex project
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.

4 participants