File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
}
4
4
5
5
module "aws" {
6
- source = " git::ssh ://[email protected] /magic_castle/slurm_cloud .git//aws"
6
+ source = " git::https ://github.com/ComputeCanada/magic_castle .git//aws"
7
7
8
8
cluster_name = " phoenix"
9
9
domain = " calculquebec.cloud"
@@ -51,7 +51,7 @@ output "public_ip" {
51
51
52
52
# # Uncomment to register your domain name with CloudFlare
53
53
# module "dns" {
54
- # source = "git::ssh ://[email protected] /magic_castle/slurm_cloud .git//dns/cloudflare"
54
+ # source = "git::https ://github.com/ComputeCanada/magic_castle .git//dns/cloudflare"
55
55
# name = module.aws.cluster_name
56
56
# domain = module.aws.domain
57
57
# public_ip = module.aws.ip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
}
4
4
5
5
module "azure" {
6
- source = " git::ssh ://[email protected] /magic_castle/slurm_cloud .git//azure"
6
+ source = " git::https ://github.com/ComputeCanada/magic_castle .git//azure"
7
7
8
8
cluster_name = " phoenix"
9
9
domain = " calculquebec.cloud"
@@ -54,7 +54,7 @@ output "public_ip" {
54
54
55
55
# # Uncomment to register your domain name with CloudFlare
56
56
# module "dns" {
57
- # source = "git::ssh ://[email protected] /magic_castle/slurm_cloud .git//dns/cloudflare"
57
+ # source = "git::https ://github.com/ComputeCanada/magic_castle .git//dns/cloudflare"
58
58
# name = module.azure.cluster_name
59
59
# domain = module.azure.domain
60
60
# public_ip = module.azure.ip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
}
4
4
5
5
module "gcp" {
6
- source = " git::ssh ://[email protected] /magic_castle/slurm_cloud .git//gcp"
6
+ source = " git::https ://github.com/ComputeCanada/magic_castle .git//gcp"
7
7
8
8
cluster_name = " phoenix"
9
9
domain = " calculquebec.cloud"
@@ -56,7 +56,7 @@ output "public_ip" {
56
56
57
57
# # Uncomment to register your domain name with CloudFlare
58
58
# module "dns" {
59
- # source = "git::ssh ://[email protected] /magic_castle/slurm_cloud .git//dns/cloudflare"
59
+ # source = "git::https ://github.com/ComputeCanada/magic_castle .git//dns/cloudflare"
60
60
# name = module.gcp.cluster_name
61
61
# domain = module.gcp.domain
62
62
# public_ip = module.gcp.ip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
}
4
4
5
5
module "openstack" {
6
- source = " git::ssh ://[email protected] /magic_castle/slurm_cloud .git//openstack"
6
+ source = " git::https ://github.com/ComputeCanada/magic_castle .git//openstack"
7
7
8
8
cluster_name = " phoenix"
9
9
domain = " calculquebec.cloud"
@@ -50,7 +50,7 @@ output "public_ip" {
50
50
51
51
# # Uncomment to register your domain name with CloudFlare
52
52
# module "dns" {
53
- # source = "git::ssh ://[email protected] /magic_castle/slurm_cloud .git//dns/cloudflare"
53
+ # source = "git::https ://github.com/ComputeCanada/magic_castle .git//dns/cloudflare"
54
54
# name = module.openstack.cluster_name
55
55
# domain = module.openstack.domain
56
56
# public_ip = module.openstack.ip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
}
4
4
5
5
module "ovh" {
6
- source = " git::ssh ://[email protected] /magic_castle/slurm_cloud .git//ovh"
6
+ source = " git::https ://github.com/ComputeCanada/magic_castle .git//ovh"
7
7
8
8
cluster_name = " phoenix"
9
9
domain = " calculquebec.cloud"
@@ -50,7 +50,7 @@ output "public_ip" {
50
50
51
51
# # Uncomment to register your domain name with CloudFlare
52
52
# module "dns" {
53
- # source = "git::ssh ://[email protected] /magic_castle/slurm_cloud .git//dns/cloudflare"
53
+ # source = "git::https ://github.com/ComputeCanada/magic_castle .git//dns/cloudflare"
54
54
# name = module.ovh.cluster_name
55
55
# domain = module.ovh.domain
56
56
# public_ip = module.ovh.ip
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ for provider in "${CLOUD[@]}"; do
30
30
cp -rf cloud-init/* .yaml $cur_folder /$provider /cloud-init/
31
31
cp -rf dns $cur_folder
32
32
cp examples/$provider /main.tf $cur_folder
33
- sed -i
' ' ' s;git::ssh ://[email protected] /magic_castle/slurm_cloud .git//;./;g' $cur_folder /main.tf
33
+ sed -i ' ' ' s;git::https ://github.com/ComputeCanada/magic_castle .git//;./;g' $cur_folder /main.tf
34
34
sed -i ' ' " s;default = \" master\" ;default = \" $PUPPET_REV \" ;" $cur_folder /$provider /variables.tf
35
35
cp LICENSE $cur_folder
36
36
cp $provider /README.md $cur_folder
You can’t perform that action at this time.
0 commit comments