Daniel Farrell and Stephen Kitt
e13cffdb4d
Add required apiVersion field to Chart.yaml
...
This field is required by standard chart schemas. It should be v2 for
Charts that support Helm v3, as we do.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
(cherry picked from commit df86353f4b )
2021-06-29 11:26:41 +02:00
Steve Mattar and Stephen Kitt
6a0c5f2c29
fix(rbac): add missing cluster roles to submariner-operator
...
Signed-off-by: Steve Mattar <smattar@redhat.com >
(cherry picked from commit 12c8e9b3ff )
2021-06-29 11:26:41 +02:00
Steve Mattar and Steve Mattar
64d7c11506
refactor: globalnet should be under the broker
...
Signed-off-by: Steve Mattar <smattar@redhat.com >
2021-03-10 16:41:48 +02:00
Steve Mattar and Steve Mattar
86ba2b8857
feat: support cableDriver value default is libreswan
...
Closes #33
Signed-off-by: Steve Mattar <smattar@redhat.com >
2021-03-04 19:46:28 +02:00
Steve Mattar and GitHub
4a59718a34
refactor: rename submariner-engine to submariner-gateway ( #122 )
...
Signed-off-by: Steve Mattar <smattar@redhat.com >
2021-03-02 08:57:52 -05:00
Miguel Angel Ajo and Thomas Pantelis
f3787856f6
Add globalCidr mappings to the submariner template
...
also includes the questions.yaml which is UI.
Signed-off-by: Miguel Angel Ajo <majopela@redhat.com >
2021-02-24 08:36:47 -05:00
Steve Mattar and Miguel Angel Ajo Pelayo
cce1bf6494
fix(crd): add the missing service discovery crd
...
Signed-off-by: Steve Mattar <smattar@redhat.com >
2021-02-24 12:45:03 +01:00
Steve Mattar and Miguel Angel Ajo Pelayo
83177c8083
fix(crd): add the broker crd
...
Signed-off-by: Steve Mattar <smattar@redhat.com >
2021-02-24 12:45:03 +01:00
Steve Mattar and GitHub
7f2d832e6f
fix(rbac): sa and rbac definitions ( #117 )
...
Sync the SA and RBAC definitions with what we have in submariner-operator.
Signed-off-by: Steve Mattar <smattar@redhat.com >
2021-02-23 16:08:55 +01:00
Stephen Kitt and Thomas Pantelis
8a670ad49d
Set the serviceDiscoveryEnabled flag
...
This allows the e2e tests to complete successfully.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-12-17 08:21:41 -05:00
Stephen Kitt and Miguel Angel Ajo Pelayo
5906cfb3dc
Switch to Helm v3
...
This allows us to deploy v1 CRDs such as the upstream MCS API CRDs.
Fixes : #47
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-11-13 12:31:30 +01:00
Stephen Kitt and Miguel Angel Ajo Pelayo
1ae567356b
Fix the globalnet SAs
...
SA names can't include ':', revert to '-' as used in the old charts.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-11-12 12:04:20 +01:00
Stephen Kitt and Miguel Angel Ajo Pelayo
96ff45c2f8
Add an operator Helm chart
...
The submariner-operator Helm chart deploys Submariner using the
Submariner operator: it deploys the CRDs, roles, and SAs required to
run the operator and Submariner, then pushes a Submariner CR to
instruct the operator to deploy Submariner.
This patch also adds a Makefile to validate the deployments; run
make deploy
to test the Helm charts (this will bring up two clusters, install the
broker on one of them and the operator on both, and end with a
connectivity test).
Fixes : #17
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-11-06 07:56:55 +01:00