Commit Graph

787 Commits

Author SHA1 Message Date
Pierre Mavro
fc92707d26 feat: add qovery dns tests support 2022-05-12 08:39:42 +02:00
Pierre Mavro
600b64f3f9 fix: helm charts and missing elements for Qovery DNS 2022-05-12 08:39:42 +02:00
Pierre Mavro
a1910c4361 feat: add qovery dns support 2022-05-12 08:39:42 +02:00
Erèbe - Romain Gerard
b58dfdb42a Add env and project long id (#714) 2022-05-11 15:31:00 +02:00
Erèbe - Romain Gerard
0da238c4d3 Use jwt token for agent (#715) 2022-05-11 15:30:38 +02:00
Σrebe - Romain GERARD
5a698f89e1 Fix jwt token for ec2 2022-05-10 16:26:51 +02:00
Σrebe - Romain GERARD
90056140be Fix jwt token for ec2 2022-05-10 16:23:26 +02:00
Σrebe - Romain GERARD
24c7dcc502 Fix scaleway charts value for agents 2022-05-10 16:08:50 +02:00
BenjaminCh
0c8e62cf52 Fix: typo t2x.large to t2.xlarge (#713) 2022-05-10 10:59:33 +02:00
BenjaminCh
8105b0f620 fix: make aws ec2 option inputs optional (#712) 2022-05-09 17:00:20 +02:00
Erèbe - Romain Gerard
6635bb5557 Agents use jwt_token instead of static secret (#709) 2022-05-09 12:30:53 +02:00
Σrebe - Romain GERARD
73e1d47e4e Bump deps 2022-05-06 18:18:38 +02:00
Benjamin Chastanier
b315a61b38 tests: fixing lint and build 2022-05-05 18:35:24 +02:00
Erèbe - Romain Gerard
47f17566d4 Fix: Advance settings use correct names (#706) 2022-05-05 10:06:09 +02:00
Pierre Mavro
28bb78aae4 Merge branch 'dev' into feat/edge_init 2022-05-04 18:37:14 +02:00
MacLikorne
1bd7db0504 chore(ENG_1123_update_cert_manager): update chart manager (#623) 2022-05-04 17:18:53 +02:00
MacLikorne
08ac38b95a chore: upgrade aws node term handler (#617) 2022-05-04 17:18:23 +02:00
MacLikorne
afc1adc39a chore: upgrade aws calico (#616) 2022-05-04 17:17:58 +02:00
Pierre Mavro
57c131bb54 fix: test compil issue and linter 2022-05-04 11:12:51 +02:00
Romaric Philogène
838f83a831 fix: merge from dev 2022-05-03 19:38:48 +02:00
Romaric Philogène
145bc2ac51 Merge branch 'dev' into feat/edge_init
# Conflicts:
#	src/cloud_provider/aws/kubernetes/mod.rs
#	src/cloud_provider/digitalocean/kubernetes/mod.rs
#	src/cloud_provider/scaleway/kubernetes/mod.rs
#	tests/aws/aws_kubernetes.rs
#	tests/scaleway/scw_kubernetes.rs
2022-05-03 19:35:07 +02:00
BenjaminCh
b96d800ad5 fix: add wildcarded cluster domain to dns provider (#698)
Ticket: ENG-1152
2022-05-03 17:46:41 +02:00
Pierre Mavro
9d832b0745 feat: adding EC2 port open check to avoid random issues 2022-05-03 15:25:02 +02:00
Pierre Mavro
5320858e67 fix: fix several issues 2022-05-02 00:27:49 +02:00
Pierre Mavro
153f054123 feat: add kubeconfig to s3 + firewall rules + clean + EC2 helm charts 2022-05-01 19:25:50 +02:00
Benjamin Chastanier
67e157d4a0 build: fix moved value 2022-04-29 19:16:05 +02:00
Benjamin Chastanier
50fe0b8c1d lint: remove redundant clone() 2022-04-29 18:45:40 +02:00
Benjamin Chastanier
6e7638828c feat: aws kubeconfig retrieval improvment
This CL tries to introduce a better handling of S3 eventual consitency.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html#ConsistencyModel

Issue was at cluster creation, we try to get a kubeconfig which doesn't
exists yet in order to know whether or not the cluster exists and needs
to be upgraded. It leads to S3 caching the fact this bucket doesn't
exists and reject later s# get while the bucket actually exists.

By introducing a retry mechanism, we allow s3 to properly propagate new
file / bucket creation and reach consistency.
2022-04-29 17:49:16 +02:00
Romain GERARD
e3439eff8e Remove duplicate long_id 2022-04-29 16:35:37 +02:00
Romain GERARD
80fd9fc070 Fix long_id for router 2022-04-29 16:01:47 +02:00
Erèbe - Romain Gerard
3444f32566 Add long_id for databases (#703)
* Add long_id for databases

* Add long_id for router

* Fix linter
2022-04-29 15:37:40 +02:00
Erèbe - Romain Gerard
f276b1c4e7 Add long_id for applications (#702) 2022-04-29 13:50:53 +02:00
BenjaminCh
4f2685e841 fix: prevent error message leak (#700) 2022-04-28 11:23:23 +02:00
Benjamin Chastanier
e01b17b030 comment: flag EKS k8s provider 2022-04-28 10:28:23 +02:00
Benjamin Chastanier
b8d0923d2c comment: flag EC2 k8s provider 2022-04-27 16:14:51 +02:00
Benjamin Chastanier
4567fbf9d5 review: applying review feedbacks 2022-04-27 14:54:08 +02:00
Romaric Philogene
f0f8100090 chore: fix linter 2022-04-27 13:22:28 +02:00
Romaric Philogene
e2bf484cf2 chore: fix linter 2022-04-27 13:22:28 +02:00
Romaric Philogene
66246db3a5 chore: fix linter 2022-04-27 13:22:28 +02:00
Romaric Philogene
5b19a52657 wip: fix ec2 tests 2022-04-27 13:22:27 +02:00
Romaric Philogene
302eafc23e wip: fix ec2 tests 2022-04-27 13:22:27 +02:00
Romaric Philogene
039a45e848 wip: refactor according to Benjamin C. feedback 2022-04-27 13:22:27 +02:00
Romaric Philogene
ab77b8f46f wip: add ec2 subnets 2022-04-27 13:22:27 +02:00
Romaric Philogene
d29de40e26 wip: fix clippy errors 2022-04-27 13:22:27 +02:00
Romaric Philogene
6e7c8b9e60 wip: prepare AWS EC2 Kubernetes provider 2022-04-27 13:22:20 +02:00
Romaric Philogene
da2e465320 wip: add EC2.new(..) with inner properties 2022-04-27 13:18:57 +02:00
Romaric Philogene
2e0cd0fc90 wip: add ec2 Kubernetes.kind 2022-04-27 13:18:57 +02:00
Romaric Philogene
143660cb46 fix: make ToTeraContext public trait 2022-04-27 13:18:57 +02:00
Pierre Mavro
bd95f272c6 feat: add edge aws struct 2022-04-27 13:18:57 +02:00
Erèbe - Romain Gerard
0a5a7eba1f Add cluster-agent installation (#699) 2022-04-27 10:23:00 +02:00