{"id":17042938,"url":"https://github.com/mizzy/spinnaker-playground","last_synced_at":"2025-03-23T01:42:23.542Z","repository":{"id":66596228,"uuid":"134402970","full_name":"mizzy/spinnaker-playground","owner":"mizzy","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-24T05:24:03.000Z","size":20,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T04:47:54.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/mizzy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-22T11:05:49.000Z","updated_at":"2019-03-22T19:28:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"3df2e78c-f822-4b67-ab80-ebca06fd263f","html_url":"https://github.com/mizzy/spinnaker-playground","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/mizzy%2Fspinnaker-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fspinnaker-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fspinnaker-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fspinnaker-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizzy","download_url":"https://codeload.github.com/mizzy/spinnaker-playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245044493,"owners_count":20551898,"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-14T09:26:49.300Z","updated_at":"2025-03-23T01:42:23.519Z","avatar_url":"https://github.com/mizzy.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spinnaker Playground\n\n## Setup spinnaker\n\nEdit `spinnaker.tf`\n\n```hcl\nmodule \"spinnaker\" {\n  source = \"./module/spinnaker\"\n  key_name = \"your_ssh_key_name\"\n  managing_account_id = \"xxxxxxxxxxxx\"\n  managed_account_id = \"xxxxxxxxxxxx\"\n  spinnaker_user_public_key = \"ssh-rsa ...\"\n\n  /* These are defaults. You can overrive them.\n    instance_type = \"c5.large\"\n    security_group = \"default\"\n    volume_size = \"100\"\n  */\n}\n\noutput \"public_dns\" {\n  value = \"${module.spinnaker.public_dns}\"\n}\n\n...\n```\n\nRun terraform to create ec2 instance.\n\n```\n$ terraform init\n$ terraform apply\n```\n\nRun setup.sh\n\n```\n$ ./setup.sh\n```\n\nAcccess to `http://ec2-xx-xx-xx-xx.ap-northeast-1.compute.amazonaws.com:9000` .\n\n\n## Remove spinnaker setup\n\n```\n$ terraform destroy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Fspinnaker-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizzy%2Fspinnaker-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Fspinnaker-playground/lists"}