{"id":17495851,"url":"https://github.com/brint/actian-matrix","last_synced_at":"2025-07-16T21:14:02.843Z","repository":{"id":21408569,"uuid":"24726561","full_name":"brint/actian-matrix","owner":"brint","description":"Proof of Concept - Heat template to deploy Actian Matrix on On Metal","archived":false,"fork":false,"pushed_at":"2014-10-09T19:01:20.000Z","size":1712,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T05:19:31.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-02T16:17:12.000Z","updated_at":"2014-10-06T22:36:22.000Z","dependencies_parsed_at":"2022-08-21T10:11:07.337Z","dependency_job_id":null,"html_url":"https://github.com/brint/actian-matrix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brint%2Factian-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brint%2Factian-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brint%2Factian-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brint%2Factian-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brint","download_url":"https://codeload.github.com/brint/actian-matrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246828503,"owners_count":20840474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-19T14:36:04.270Z","updated_at":"2025-04-02T14:13:25.519Z","avatar_url":"https://github.com/brint.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description\n===========\n\nTest template for Matrix training\n\nRequirements\n============\n* A Heat provider that supports the following:\n  * OS::Heat::ChefSolo\n  * OS::Heat::RandomString\n  * OS::Heat::ResourceGroup\n  * OS::Nova::KeyPair\n  * Rackspace::Cloud::Server\n* An OpenStack username, password, and tenant id.\n* [python-heatclient](https://github.com/openstack/python-heatclient)\n`\u003e= v0.2.8`:\n\n```bash\npip install python-heatclient\n```\n\nWe recommend installing the client within a [Python virtual\nenvironment](http://www.virtualenv.org/).\n\nExample Usage\n=============\nHere is an example of how to deploy this template using the\n[python-heatclient](https://github.com/openstack/python-heatclient):\n\n```\nheat --os-username \u003cOS-USERNAME\u003e --os-password \u003cOS-PASSWORD\u003e --os-tenant-id \\\n  \u003cTENANT-ID\u003e --os-auth-url https://identity.api.rackspacecloud.com/v2.0/ \\\n  stack-create My-Matrix-Deployment -f matrix.yaml \\\n  -P iso_url=\"http://example.com/path/to/installer.iso\" \\\n  -P ip_patch=\"http://example.com/path/to/sys_check.py\"\n```\n\n* For UK customers, use `https://lon.identity.api.rackspacecloud.com/v2.0/` as\nthe `--os-auth-url`.\n\nOptionally, set environmental variables to avoid needing to provide these\nvalues every time a call is made:\n\n```\nexport OS_USERNAME=\u003cUSERNAME\u003e\nexport OS_PASSWORD=\u003cPASSWORD\u003e\nexport OS_TENANT_ID=\u003cTENANT-ID\u003e\nexport OS_AUTH_URL=\u003cAUTH-URL\u003e\n```\n\nParameters\n==========\nParameters can be replaced with your own values when standing up a stack. Use\nthe `-P` flag to specify a custom parameter.\n\n* `iso_url`: (Default: '')\n* `ip_patch`: (Default: '')\n* `image`: (Default: CentOS 6.5)\n* `setup_script`: (Default: https://raw.githubusercontent.com/brint/actian-matrix/master/scripts/config.py)\n* `compute_flavor`: Required: Rackspace Cloud Server flavor to use. The size is based on the\namount of RAM for the provisioned server.\n (Default: 60 GB Performance)\n* `network_range`: Private Network to use for Matrix Communication (Default: 192.168.224.0/20)\n* `compute_hostname`: (Default: Matrix-Compute-%index%)\n* `leader_flavor`: Required: Rackspace Cloud Server flavor to use. The size is based on the\namount of RAM for the provisioned server.\n (Default: 8 GB Performance)\n* `compute_server_count`: (Default: 1)\n* `chef_version`: Version of chef client to use (Default: 11.16.2)\n* `child_template`: (Default: https://raw.githubusercontent.com/brint/actian-matrix/master/matrix-compute.yaml)\n* `kitchen`: URL for the kitchen to use, fetched using git\n (Default: https://github.com/brint/actian-matrix)\n\nOutputs\n=======\nOnce a stack comes online, use `heat output-list` to see all available outputs.\nUse `heat output-show \u003cOUTPUT NAME\u003e` to get the value of a specific output.\n\n* `leader_ip`:\n* `paraccel_password`:\n* `private_key`: SSH Private Key\n* `compute_ips`:\n* `root_password`:\n\nFor multi-line values, the response will come in an escaped form. To get rid of\nthe escapes, use `echo -e '\u003cSTRING\u003e' \u003e file.txt`. For vim users, a substitution\ncan be done within a file using `%s/\\\\n/\\r/g`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrint%2Factian-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrint%2Factian-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrint%2Factian-matrix/lists"}