Loïc Dachary
6e84746a2c
git config before push
ci/woodpecker/push/woodpecker Pipeline was successful
Details
2022-07-08 15:47:53 +02:00
Loïc Dachary
8d02fe107f
always clone the fleet repository
...
ci/woodpecker/push/woodpecker Pipeline failed
Details
It is small and not worth the trouble of dealing with fetch/pull
Signed-off-by: Loïc Dachary <loic@dachary.org>
2022-07-07 10:05:18 +02:00
Aravinth Manivannan
9303ea59ed
fix: s/EMAIL_SENDER_ADDRESS/DEFAULT_FROM_EMAIL/
2022-07-04 12:42:02 -04:00
Aravinth Manivannan
5e5ce02759
feat: instance created notification email template with nicer body
2022-07-04 12:42:02 -04:00
Aravinth Manivannan
e5ebdc29ce
feat: CI: replace fleet repo remote URI with remote URI template
2022-07-01 19:57:22 +05:30
Aravinth Manivannan
f86dd2ff37
feat: delete_vm takes only one parameter
2022-07-01 19:54:20 +05:30
Aravinth Manivannan
9d89bc071c
fet: show Gitea and woodpecker URIs in view instance page
2022-06-30 13:05:57 +05:30
Aravinth Manivannan
f00746a36d
feat: notify user on instance creation
2022-06-30 01:10:55 +05:30
Aravinth Manivannan
53ec0a3982
fix: woodpecker and gitea construction typo
2022-06-30 01:08:22 +05:30
Aravinth Manivannan
fc5a23e60a
feat: configurable VM base domain and customer Gitea and Woodpecker URI generators
...
SUMMARY
The hostnames are partially generated by the Dashboard and
enough.community.
The stuff between angle brackets(`<>`) are substituted and filled-in
by the Dashboard and the stuff between parenthesis(`{}`) are
substituted and filled-in by enough.
URI FORMAT
Gitea URI
<vm-name>.{{ domain }}
Woodpecker URI
<vm-name>-ci.{{ domain }}
Where domain is agreed to be equal to HOSTEA_DOMAIN
fixes: https://gitea.hostea.org/Hostea/dashboard/issues/11
2022-06-29 11:05:33 +05:30
Aravinth Manivannan
e4c418b45b
feat: show Gitea admin's login credentials and send creds via email to admin
2022-06-29 00:49:58 +05:30
Aravinth Manivannan
b123bfa582
feat: grab commit ID after add_vm execution
2022-06-29 00:27:47 +05:30
Aravinth Manivannan
e63719764a
fix: idempotency: change configuration in fleet repository too, when vm
...
create is re-run for the same VM with different configuration
fixes: https://gitea.hostea.org/Hostea/dashboard/issues/8
2022-06-28 23:57:02 +05:30
Aravinth Manivannan
49ae2189d4
feat & fix: make vm create/rm commands idempotent
...
SUMMARY
Commands are now tolerant to being invoked twice.
Command: vm create
Doesn't fail if VM of same name exists with the same
configuration
Doesn't fail if VM of the same name and different configuration
exist. Updates configuration and deploys(pushes to Hostea/fleet
repository) new configuration.
Command: vm delete
Doesn't fail if VM of given name doesn't exist
2022-06-28 20:54:21 +05:30
Aravinth Manivannan
e4a7310c79
feat & fix: don't append enough commands to hostscript and fix service.yml path
2022-06-28 14:47:21 +05:30
Loïc Dachary
1eaa22b330
gitea runs on port 22, ssh on port 2222
2022-06-28 10:50:17 +02:00
Aravinth Manivannan
caadd0783a
fix: hostscript path
...
fixes: https://gitea.hostea.org/Hostea/dashboard/issues/7
2022-06-28 12:00:47 +05:30
Aravinth Manivannan
927c2a7703
feat: vm delete management command
2022-06-28 01:24:43 +05:30
Aravinth Manivannan
0606c4ade0
feat: vm create management command
2022-06-28 00:57:25 +05:30
Aravinth Manivannan
026a1a4c12
chore: refactor infrastructure/views.py; move VM creation to utility fn
2022-06-27 20:59:24 +05:30
Aravinth Manivannan
8997d0ff0f
chore: cleanup config override in infrastructure/tests.py
2022-06-27 04:37:56 +05:30
Aravinth Manivannan
26b7ea3ef2
fix & rm: create/rm hostscripts, rm HOSTEA_DOMAIN
2022-06-25 18:24:52 +05:30
Aravinth Manivannan
beb4b29c49
feat: pass template configuration, map VM sizes, generate secrets
...
return gitea passwd, git pull before writing and push after add/rm
2022-06-25 18:02:03 +05:30
Aravinth Manivannan
f3324579c9
feat: utilities to add and remove VM on the Hostea repo
2022-06-24 20:35:32 +05:30