-
-
Save SlavaKatiukha/18b8f2f897f1106c5239efaa879e6f68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: install | |
| name: test | |
| onBeforeInit: | | |
| api.marketplace.console.WriteLog("account.email = ${account.email}"); | |
| api.marketplace.console.WriteLog("account.groupType = ${account.groupType}"); | |
| api.marketplace.console.WriteLog("environment.maxnodescount = ${quota.environment.maxnodescount}"); | |
| api.marketplace.console.WriteLog("environment.maxnodescount = ${quota.environment.maxnodescount}"); | |
| api.marketplace.console.WriteLog("environment.maxcount = ${quota.environment.maxcount}"); | |
| api.marketplace.console.WriteLog("environment.maxsamenodescount = ${quota.environment.maxsamenodescount}"); | |
| api.marketplace.console.WriteLog("environment.maxcloudletsperrec = ${quota.environment.maxcloudletsperrec}"); | |
| api.marketplace.console.WriteLog("disk.iopslimit = ${quota.disk.iopslimit}"); | |
| return { result: 0}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment