Migrate hal8000 to new kredits and nodejs VM #445

Merged
greg merged 4 commits from feature/migrate_hal8000 into master 2022-11-04 18:14:18 +00:00
2 changed files with 15 additions and 4 deletions
Showing only changes of commit 37710be28b - Show all commits

View File

@ -74,8 +74,6 @@
"run_list": [
"recipe[kosmos-base]",
"role[kvm_guest]",
"recipe[kosmos-ipfs]",
"recipe[kosmos-ipfs::public_gateway]",
"recipe[kosmos-ipfs::kredits_pinner]"
"role[ipfs_gateway]"
]
}
}

13
roles/ipfs_gateway.rb Normal file
View File

@ -0,0 +1,13 @@
name "ipfs_gateway"
default_run_list = %w(
kosmos-ipfs
kosmos-ipfs::public_gateway
kosmos-ipfs::kredits_pinner
)
env_run_lists(
'_default' => default_run_list,
'development' => default_run_list,
'production' => default_run_list
)